ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ExtCreatePen Method / ExtCreatePen(Int32,Int32,LOGBRUSH,Int32,Int32[]) Method

In This Topic
    ExtCreatePen(Int32,Int32,LOGBRUSH,Int32,Int32[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ExtCreatePen( _
       ByVal dwPenStyle As System.Integer, _
       ByVal dwWidth As System.Integer, _
       ByRef lplb As Win32.LOGBRUSH, _
       ByVal dwStyleCount As System.Integer, _
       ByVal lpStyle() As System.Integer _
    ) As System.IntPtr
    public static System.IntPtr ExtCreatePen( 
       System.int dwPenStyle,
       System.int dwWidth,
       ref Win32.LOGBRUSH lplb,
       System.int dwStyleCount,
       System.int[] lpStyle
    )

    Parameters

    dwPenStyle
    dwWidth
    lplb
    dwStyleCount
    lpStyle
    See Also